Package com.poly.polyos.camera

Camera related API

Types

Link copied to clipboard
open class Camera
Represents a Camera
Link copied to clipboard
open class CameraCapability
Represents the capabilities of a camera
Link copied to clipboard
enum CameraColorRange
Represents the color range of a camera
Link copied to clipboard
open class CameraException : Exception
Exception from IPolyCameraService
Link copied to clipboard
enum CameraMoveDirection
Directions in which a camera can be moved
Link copied to clipboard
open class CameraPTZValue
Camera PTZ values.
Link copied to clipboard
open class CameraTrackingMode
Represents the the tracking mode info for a camera, like the available tracking mode, current mode etc.
Link copied to clipboard
enum CameraType
Type of the camera
Link copied to clipboard
interface IPolyCameraListener
Listener to get callbacks about camera changes
Link copied to clipboard
interface IPolyCameraService
Camera service exposed for PolyOs Clients
Link copied to clipboard
data class PresenterTrackingInfo(    val fullViewWidth: Int = 0,     val fullViewHeight: Int = 0,     val trackingZone: Rectangle = Rectangle(),     val stageFrame: Rectangle = Rectangle())
Link copied to clipboard
data class Rectangle(    val left: Int = 0,     val top: Int = 0,     val width: Int = 0,     val height: Int = 0)